//==============================================================================
// Pylon_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         Visualparticle Pylon SpawnSFX
      }
   }
}
//==============================================================================
define DeathGlowSFX
{
   set hotspot
   {
      version
      {
         Visualparticle Pylon DeathGlow SFX
      }
   }
}
//==============================================================================
define DeathDirtSFX
{
   set hotspot
   {
      version
      {
         Visualparticle Pylon DeathDirt SFX
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Pylon_spawn
			Connect ATTACHPOINT BirthSFX hotspot  
			tag SpecificSoundSet 0.01 false PylonSpawnSFX checkVisible
	 }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Pylon_idle
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny Pylon1_death
			Connect ATTACHPOINT DeathGlowSFX hotspot
			Connect ATTACHPOINT DeathDirtSFX hotspot
			tag SpecificSoundSet 0.01 false PylonDeathSFX checkVisible	
         }
      }
   }
}
//==============================================================================
anim Charging
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            		VisualGranny Pylon_lightningAttack
			tag Attack 0.30 true   
            		tag SpecificSoundSet 0.25 false PylonAttackSFX checkVisible
			length 2.0
	 }
      }
   }
}